home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if "%1"=="" goto StartAgain
- cls
- Echo ╔═════════════════════════════════════════════════════╗
- Echo ║ AFD COMPUTERS PC-POP - ADDRESS ASSISTANT FOR MS DOS ║
- Echo ║ Copyright 1994 ║
- Echo ║ AFD Computers +44 (0)1294 823221 ║
- Echo ╚═════════════════════════════════════════════════════╝
- echo
- echo Ready to Install DOS version of AFD Postcode - PC-POP. To Install
- echo WINDOWS version, press [Ctrl]+[Break] and Terminate the Install Batch Job.
- echo Select File Run A:SETUP from Windows Program Manager.
- echo
- pause
- echo
- echo Copying Files please wait . . . . . . . . . . .
- md c:\postcode
- copy *.* c:\postcode
- echo
- echo
- echo Expanding Library Files, please wait a moment . . . . .
- expand c:\postcode\pc.dl_ c:\postcode\pc.dll
- expand c:\postcode\pc1.dl_ c:\postcode\pc1.dll
- echo
- Echo Creating Correct .INI file for your printer selection.
- copy c:\postcode\pc-pop.%1 c:\postcode\pc-pop.ini >nul
- goto ALLDONE
- :StartAgain
- cls
- Echo ╔═════════════════════════════════════════════════════╗
- Echo ║ AFD COMPUTERS PC-POP - ADDRESS ASSISTANT FOR MS DOS ║
- Echo ║ Copyright 1994 ║
- Echo ╚═════════════════════════════════════════════════════╝
- echo
- echo To Install PC-POP please type the following from the DOS
- echo prompt. . . A:\
- echo
- echo INSTALL [PTR]
- echo
- echo Where [PTR] is the type printer to use:
- echo
- echo HP = HEWLETT PACKARD type - ie deskjet & laserjet families
- echo EP = EPSON type printers - ie FX, LX, LQ series etc
- echo
- echo Please try again. . .
- goto Finish
- :ALLDONE
- cls
- Echo ╔═════════════════════════════════════════════════════╗
- Echo ║ AFD COMPUTERS PC-POP - ADDRESS ASSISTANT FOR MS DOS ║
- Echo ║ Copyright 1994 ║
- Echo ╚═════════════════════════════════════════════════════╝
- echo
- echo The program files are now installed to C:\POSTCODE
- Echo Please add the following line to your autoexec.bat file:
- Echo
- Echo SET PC=C:\POSTCODE
- echo
- Echo Please reboot your machine after doing this, PC-POP is
- Echo then ready to use.
- Echo
- Echo
- Echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- Echo Thank You for choosing an AFD Product.
- Echo ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
- Echo
- Echo
- Echo Press any key to view the readme file.
- Echo You may want to print it later.
- Echo It is called C:\POSTCODE\PC-POP.TXT
- Pause >nul
- cls
- copy A:PC*.txt c:\postcode > Nul
- type a:\PC-POP.txt |more
- echo
- :Finish
- pause
- cls
-